home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0028-Re[2] Object Pascal-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-09  |  826 b   |  25 lines  |  [TEXT/GEOL]

  1. Item    6052871                         8-Oct-89        15:14
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     SCHMUCKER1                      Schmucker, Kurt
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re: Re: Object Pascal Question
  10.  
  11. Kurt,
  12.  
  13. I think your example demonstrates a bug in the Pascal compiler.  If you change
  14. the example to a UNIT (instead of a main program), then the example compiles
  15. correctly.  There is no reason why compiling a main program shouldn't work as
  16. well.
  17.  
  18. The mutual reference problem applies to classes that refer to each other (as in
  19. your example), but that are contained in separate units.  Currently, you have
  20. to place such classes in the same unit, but the MPW people are working on a way
  21. to have such classes in separate units.
  22.  
  23. Larry Rosenstein
  24.  
  25.